﻿2026-07-26T16:19:14.6648866Z ##[group]Run actions/checkout@v5
2026-07-26T16:19:14.6649768Z with:
2026-07-26T16:19:14.6650130Z   fetch-depth: 2
2026-07-26T16:19:14.6650520Z   repository: BigscreenVR/spt-bs-core
2026-07-26T16:19:14.6653498Z   token: ***
2026-07-26T16:19:14.6653841Z   ssh-strict: true
2026-07-26T16:19:14.6654204Z   ssh-user: git
2026-07-26T16:19:14.6654570Z   persist-credentials: true
2026-07-26T16:19:14.6654975Z   clean: true
2026-07-26T16:19:14.6655348Z   sparse-checkout-cone-mode: true
2026-07-26T16:19:14.6655761Z   fetch-tags: false
2026-07-26T16:19:14.6656126Z   show-progress: true
2026-07-26T16:19:14.6656479Z   lfs: false
2026-07-26T16:19:14.6656818Z   submodules: false
2026-07-26T16:19:14.6657180Z   set-safe-directory: true
2026-07-26T16:19:14.6657580Z   allow-unsafe-pr-checkout: false
2026-07-26T16:19:14.6658181Z ##[endgroup]
2026-07-26T16:19:14.7526993Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-26T16:19:14.7528851Z ##[group]Getting Git version info
2026-07-26T16:19:14.7529766Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-26T16:19:14.7530743Z [command]/usr/bin/git version
2026-07-26T16:19:14.7531157Z git version 2.43.0
2026-07-26T16:19:14.7540516Z ##[endgroup]
2026-07-26T16:19:14.7553467Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/805e61b1-1829-495e-bc1c-8dd578bce413' before making global git config changes
2026-07-26T16:19:14.7554844Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T16:19:14.7556883Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-26T16:19:14.7593665Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-26T16:19:14.7614747Z https://github.com/BigscreenVR/spt-bs-core
2026-07-26T16:19:14.7626179Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-26T16:19:14.7628742Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-26T16:19:14.7658295Z refs/heads/main
2026-07-26T16:19:14.7666247Z [command]/usr/bin/git checkout --detach
2026-07-26T16:19:14.7923012Z HEAD is now at 0019f39c Merge pull request #78 from BigscreenVR/docs/release-seed-host-ruling
2026-07-26T16:19:14.7961468Z [command]/usr/bin/git branch --delete --force main
2026-07-26T16:19:14.7990220Z Deleted branch main (was 0019f39c).
2026-07-26T16:19:14.7993941Z ##[endgroup]
2026-07-26T16:19:14.7997270Z [command]/usr/bin/git submodule status
2026-07-26T16:19:14.8184956Z ##[group]Cleaning the repository
2026-07-26T16:19:14.8188344Z [command]/usr/bin/git clean -ffdx
2026-07-26T16:19:17.7857898Z Removing target/
2026-07-26T16:19:17.7869041Z [command]/usr/bin/git reset --hard HEAD
2026-07-26T16:19:17.7978419Z HEAD is now at 0019f39c Merge pull request #78 from BigscreenVR/docs/release-seed-host-ruling
2026-07-26T16:19:17.7984779Z ##[endgroup]
2026-07-26T16:19:17.7986020Z ##[group]Disabling automatic garbage collection
2026-07-26T16:19:17.7989966Z [command]/usr/bin/git config --local gc.auto 0
2026-07-26T16:19:17.8025969Z ##[endgroup]
2026-07-26T16:19:17.8027058Z ##[group]Setting up auth
2026-07-26T16:19:17.8032886Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-26T16:19:17.8058007Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-26T16:19:17.8240595Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-26T16:19:17.8268165Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-26T16:19:17.8456935Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-26T16:19:17.8483430Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-26T16:19:17.8669317Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-26T16:19:17.8705939Z ##[endgroup]
2026-07-26T16:19:17.8707450Z ##[group]Fetching the repository
2026-07-26T16:19:17.8712879Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +f544a1cc1155bc1c4f5d92d72d3d21a73a70ec12:refs/remotes/pull/71/merge
2026-07-26T16:19:18.3804775Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-26T16:19:18.3805691Z  + 3a0c270b...f544a1cc f544a1cc1155bc1c4f5d92d72d3d21a73a70ec12 -> pull/71/merge  (forced update)
2026-07-26T16:19:18.3830234Z ##[endgroup]
2026-07-26T16:19:18.3830938Z ##[group]Determining the checkout info
2026-07-26T16:19:18.3832744Z ##[endgroup]
2026-07-26T16:19:18.3836960Z [command]/usr/bin/git sparse-checkout disable
2026-07-26T16:19:18.3881906Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-26T16:19:18.3905498Z ##[group]Checking out the ref
2026-07-26T16:19:18.3908379Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/71/merge
2026-07-26T16:19:18.4081103Z Previous HEAD position was 0019f39c Merge pull request #78 from BigscreenVR/docs/release-seed-host-ruling
2026-07-26T16:19:18.4082620Z HEAD is now at f544a1cc Merge e6d1ade7cb195de59cf1616832e10e2aaa6509b8 into 0019f39c377e1d22d6a50d10b4e5fbb0f3960a2c
2026-07-26T16:19:18.4089847Z ##[endgroup]
2026-07-26T16:19:18.4127866Z [command]/usr/bin/git log -1 --format=%H
2026-07-26T16:19:18.4149417Z f544a1cc1155bc1c4f5d92d72d3d21a73a70ec12
